func regexp/syntax.matchRune

2 uses

	regexp/syntax (current package)
		parse.go#L1306: func matchRune(re *Regexp, r rune) bool {
		parse.go#L1349: 		if matchRune(src, '\n') {